php_flag register_globals off

Options +FollowSymLinks
RewriteEngine on

RewriteBase /

RewriteRule ^.htaccess$ - [F]

RewriteRule ^listings/([^/]+)$ /category.php?cat=$1
RewriteRule ^listings/([^/]+)/([^/]+)$ /category.php?cat=$1&sub=$2
RewriteRule ^listings/([^/]+)/([^/]+)/([^/]+)$ /category.php?cat=$1&sub=$2&subsubcategory=$3
RewriteRule ^guide/([^/]+).html$ /listing_view.php?name=$1
